home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / First Page 2006 3.00 / fp2006-final-3.00-setup.exe / {app} / Iscripts / Forms Misc / extended-chars.izs < prev    next >
Text File  |  2005-09-28  |  5KB  |  172 lines

  1. <!NOWIZARD>
  2.  
  3. <!TITLE>Extended Characters
  4. <!/TITLE>
  5.  
  6. <!DESCRIPTION>Having trouble remembering the extended character codes? It's now as easy as a press of a button. <!/DESCRIPTION> 
  7.  
  8. <!CATEGORY>Forms<!/CATEGORY>
  9.  
  10. <!SCRIPT>
  11. <!-- START OF SCRIPT -->
  12.  
  13. <!-- HOW TO INSTALL EXTENDED CHARACTERS:
  14.  
  15.   1.  Copy code into the HEAD section of document
  16.   2.  Put last coding into the BODY section of document  -->
  17.  
  18. <!-- STEP ONE: Add code into HEAD section of document  -->
  19.  
  20. <HEAD>
  21.  
  22. <SCRIPT LANGUAGE="JavaScript">
  23. <!-- Original:  Jeffery P. Sanders (jeff.sanders@centurytel.net) -->
  24. <!-- Web Site:  http://fp1.centurytel.net/JPS -->
  25.  
  26.  
  27. <!-- Begin
  28. var thisString;
  29. function startText() {
  30. thisString = document.HackerText.box1.value;
  31. thisString = thisString.replace(/A/g, "─");
  32. thisString = thisString.replace(/B/g, "▀");
  33. thisString = thisString.replace(/C/g, "╟");
  34. thisString = thisString.replace(/D/g, "╨");
  35. thisString = thisString.replace(/E/g, "╚");
  36. thisString = thisString.replace(/F/g, "ú");
  37. thisString = thisString.replace(/I/g, "╠");
  38. thisString = thisString.replace(/N/g, "±");
  39. thisString = thisString.replace(/O/g, "╓");
  40. thisString = thisString.replace(/P/g, "■");
  41. thisString = thisString.replace(/S/g, "º");
  42. thisString = thisString.replace(/T/g, "å");
  43. thisString = thisString.replace(/U/g, "┌");
  44. thisString = thisString.replace(/X/g, "╫");
  45. thisString = thisString.replace(/Y/g, "Ñ");
  46. thisString = thisString.replace(/a/g, "σ");
  47. thisString = thisString.replace(/b/g, "▀");
  48. thisString = thisString.replace(/c/g, "ó");
  49. thisString = thisString.replace(/d/g, "╨");
  50. thisString = thisString.replace(/e/g, "Ω");
  51. thisString = thisString.replace(/f/g, "ú");
  52. thisString = thisString.replace(/i/g, "∩");
  53. thisString = thisString.replace(/n/g, "±");
  54. thisString = thisString.replace(/o/g, "≡");
  55. thisString = thisString.replace(/p/g, "■");
  56. thisString = thisString.replace(/s/g, "º");
  57. thisString = thisString.replace(/t/g, "å");
  58. thisString = thisString.replace(/u/g, "╡");
  59. thisString = thisString.replace(/y/g, "Ñ");
  60. thisString = thisString.replace(/1/g, "╣");
  61. thisString = thisString.replace(/2/g, "▓");
  62. thisString = thisString.replace(/3/g, "│");
  63. thisString = thisString.replace(/5/g, "5");
  64. thisString = thisString.replace(/0/g, "╪");
  65. document.HackerText.box2.value=thisString;
  66. }
  67. //  End -->
  68. </script>
  69.  
  70. </HEAD>
  71.  
  72. <!-- STEP TWO: Add code into BODY section of document  -->
  73.  
  74. <BODY>
  75.  
  76. Enter Text to Convert In the Box Below then Press the Convert Button
  77. <form name="HackerText">
  78. <input type="text" size="70" name="box1">
  79. <br>
  80. Converted Text
  81. <br>
  82. <input type="text" size="70" name="box2">
  83. <br>
  84. <input type="button" value="Convert" onclick="startText();">
  85. </form>
  86.  
  87.  
  88. <!-- END OF SCRIPT -->
  89. <!/SCRIPT>
  90.  
  91. <!PREVIEW>
  92. <!-- START OF SCRIPT -->
  93.  
  94. <!-- HOW TO INSTALL EXTENDED CHARACTERS:
  95.  
  96.   1.  Copy code into the HEAD section of document
  97.   2.  Put last coding into the BODY section of document  -->
  98.  
  99. <!-- STEP ONE: Add code into HEAD section of document  -->
  100.  
  101. <HEAD>
  102.  
  103. <SCRIPT LANGUAGE="JavaScript">
  104. <!-- Original:  Jeffery P. Sanders (jeff.sanders@centurytel.net) -->
  105. <!-- Web Site:  http://fp1.centurytel.net/JPS -->
  106.  
  107.  
  108. <!-- Begin
  109. var thisString;
  110. function startText() {
  111. thisString = document.HackerText.box1.value;
  112. thisString = thisString.replace(/A/g, "─");
  113. thisString = thisString.replace(/B/g, "▀");
  114. thisString = thisString.replace(/C/g, "╟");
  115. thisString = thisString.replace(/D/g, "╨");
  116. thisString = thisString.replace(/E/g, "╚");
  117. thisString = thisString.replace(/F/g, "ú");
  118. thisString = thisString.replace(/I/g, "╠");
  119. thisString = thisString.replace(/N/g, "±");
  120. thisString = thisString.replace(/O/g, "╓");
  121. thisString = thisString.replace(/P/g, "■");
  122. thisString = thisString.replace(/S/g, "º");
  123. thisString = thisString.replace(/T/g, "å");
  124. thisString = thisString.replace(/U/g, "┌");
  125. thisString = thisString.replace(/X/g, "╫");
  126. thisString = thisString.replace(/Y/g, "Ñ");
  127. thisString = thisString.replace(/a/g, "σ");
  128. thisString = thisString.replace(/b/g, "▀");
  129. thisString = thisString.replace(/c/g, "ó");
  130. thisString = thisString.replace(/d/g, "╨");
  131. thisString = thisString.replace(/e/g, "Ω");
  132. thisString = thisString.replace(/f/g, "ú");
  133. thisString = thisString.replace(/i/g, "∩");
  134. thisString = thisString.replace(/n/g, "±");
  135. thisString = thisString.replace(/o/g, "≡");
  136. thisString = thisString.replace(/p/g, "■");
  137. thisString = thisString.replace(/s/g, "º");
  138. thisString = thisString.replace(/t/g, "å");
  139. thisString = thisString.replace(/u/g, "╡");
  140. thisString = thisString.replace(/y/g, "Ñ");
  141. thisString = thisString.replace(/1/g, "╣");
  142. thisString = thisString.replace(/2/g, "▓");
  143. thisString = thisString.replace(/3/g, "│");
  144. thisString = thisString.replace(/5/g, "5");
  145. thisString = thisString.replace(/0/g, "╪");
  146. document.HackerText.box2.value=thisString;
  147. }
  148. //  End -->
  149. </script>
  150.  
  151. </HEAD>
  152.  
  153. <!-- STEP TWO: Add code into BODY section of document  -->
  154.  
  155. <BODY>
  156.  
  157. Enter Text to Convert In the Box Below then Press the Convert Button
  158. <form name="HackerText">
  159. <input type="text" size="70" name="box1">
  160. <br>
  161. Converted Text
  162. <br>
  163. <input type="text" size="70" name="box2">
  164. <br>
  165. <input type="button" value="Convert" onclick="startText();">
  166. </form>
  167.  
  168. <!-- END OF SCRIPT -->
  169. <!/PREVIEW>
  170.  
  171. <!RELATED>NONE<!/RELATED>
  172.